Search
LayoutBuilder.createColumnLayout Method
See Also
 






Creates a StackPanel containing the specified Plot-s and AxisRenderer-s.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public StackPanel createColumnLayout (
    XAxisRenderer[] top,
    Plot2D[] plots,
    XAxisRenderer[] bottom
)

 Parameters

top

An array of XAxisRenderer components that should be placed at the top side of the plot.

plots

An array of Plot2D instances.

bottom

An array of XAxisRenderer components that should be placed at the bottom side of the plot.

 Return Value

A StackPanel instance.

 See Also